object ThankYou: TThankYou Left = 297 Top = 153 ActiveControl = Button1 BorderIcons = [] BorderStyle = bsDialog Caption = 'Special Message from ZilchWorks' ClientHeight = 288 ClientWidth = 522 Color = clNavy Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] Position = poDefault OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 0 Top = 0 Width = 522 Height = 288 Align = alClient Stretch = True end object Label7: TLabel Left = 358 Top = 199 Width = 91 Height = 13 Caption = 'Michael J. Riley' Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False Transparent = True end object Label8: TLabel Left = 358 Top = 213 Width = 65 Height = 13 Caption = 'ZilchWorks' Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False Transparent = True end object Label1: TLabel Left = 32 Top = 17 Width = 457 Height = 46 AutoSize = False Caption = 'Thank you for taking the time to evaluate our software. If you ' + 'like our software please tell your friends. If you didn'#39't like ' + 'our software then please send email to riley@zilchworks.com and ' + 'tell us why.' Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False Transparent = True WordWrap = True end object Label3: TLabel Left = 32 Top = 69 Width = 129 Height = 13 Caption = 'To order by phone call' Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False Transparent = True end object LabelPhone: TLabel Left = 167 Top = 69 Width = 87 Height = 13 AutoSize = False Caption = '(301) 932-7027' Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = clAqua Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentColor = False ParentFont = False Transparent = True end object Label2: TLabel Left = 32 Top = 43 Width = 122 Height = 13 Caption = 'riley@zilchworks.com' Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = clAqua Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentColor = False ParentFont = False Transparent = True end object Label5: TLabel Left = 32 Top = 99 Width = 457 Height = 18 AutoSize = False Caption = 'To order by mail click on the "Order" button below.' Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False Transparent = True end object Label6: TLabel Left = 32 Top = 129 Width = 457 Height = 56 AutoSize = False Caption = 'Visit our web site at www.zilchworks.com for the latest version ' + 'of our software. We are constantly seeking input from our valued' + ' customers as to what they would like to see on our web site. S' + 'o, please stop by and let us know what you think' Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False Transparent = True WordWrap = True end object Label9: TLabel Left = 32 Top = 168 Width = 457 Height = 33 AutoSize = False Caption = 'think and what you'#39'd like to see.' Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False Transparent = True end object Label10: TLabel Left = 148 Top = 129 Width = 118 Height = 13 Caption = 'www.zilchworks.com' Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = clAqua Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentColor = False ParentFont = False Transparent = True end object Label11: TLabel Left = 259 Top = 69 Width = 146 Height = 13 Caption = 'Mon-Sat 8am-5pm [EST].' Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False Transparent = True end object CancelBtn: TBitBtn Left = 313 Top = 244 Width = 77 Height = 27 Hint = 'Exit program and return to windows' Caption = 'Exit' ParentShowHint = False ShowHint = True TabOrder = 0 Kind = bkAbort Margin = 2 Spacing = -1 IsControl = True end object Button1: TButton Left = 416 Top = 244 Width = 77 Height = 27 Caption = 'Order' ModalResult = 1 TabOrder = 1 OnClick = Button1Click end end